loadQuantityString
open override fun loadQuantityString(identifier: String, quantity: Int, defaultValue: String): String
Attempts to load grammatically correct pluralization of the given string identifier. If no match is found, the defaultValue will be returned.
Return
The associated String resources or defaultValue if no such resource was found.